vss

package module
v0.0.0-...-8d3c6ff Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 5, 2024 License: MIT Imports: 2 Imported by: 3

README

Golang bindings for sqlite-vss

Go Reference

Linking sqlite-vss libraries

Option #1:

package main

import (
	"database/sql"

	_ "github.com/asg017/sqlite-vss/bindings/go"
	_ "github.com/mattn/go-sqlite3"
)

// #cgo LDFLAGS: -Lpath/to/sqlite-vss-libs/ -Wl,-undefined,dynamic_lookup
import "C"

func main() {
  /* */
}

Option #2:

CGO_LDFLAGS="-Lpath/to/sqlite-vss-libs/ -Wl,-undefined,dynamic_lookup" go build .

Documentation

Overview

asdflakdjf

Directories

Path Synopsis
utilities
utilities
yoyo
yoyo

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL